home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 104 / MOBICLIC 104.ISO / mac / MWB_DATA / INTRO / INTRO.dir / 00001_Script_SCRIPTS_GENE next >
Text File  |  2008-01-30  |  1KB  |  40 lines

  1. global gLien
  2. ------------
  3. on prepareMovie
  4. --  RAZ_Zap_params()
  5.   if D10() then
  6.     (the stage).appearanceOptions.mask = member("STAGE_MASK")
  7.     (the stage).type = #document
  8.   end if
  9.   --touchesOff() 
  10.   gLien = lien()
  11. end
  12. ----------------------------
  13. on startMovie
  14.   --test des couleurs de l'Θcran----------------------------------------------
  15.   case(gLien) of
  16.     "\" :-- la machine est un PC
  17.       register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
  18.       if the colorDepth < 8 then
  19.         alert field "alerte2"
  20.         quit
  21.       else
  22.         if the colorDepth=8 then
  23.           alert field "alerte" 
  24.         end if
  25.       end if
  26.     ":" :-- la machine est un Mac
  27.       register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
  28.   end case
  29.   -- registerDirectXtra()
  30.   if the colorDepth=8 then
  31.     alert field "alerte" 
  32.   end if
  33. end startMovie
  34. ------------------------------------
  35. on stopMovie
  36.   gLien = VOID
  37. end
  38. ------------------------------------
  39.  
  40.